home *** CD-ROM | disk | FTP | other *** search
/ Professional Soft Collection 1.02 / Professional Soft Collection 1.02.iso / copy.all / diskdup / ddm.txt < prev    next >
Text File  |  1995-01-26  |  2KB  |  47 lines

  1.  
  2.                         DDM.TXT - readme for
  3.              DDMANAGER for writing *.DDI TO HARD UTILITY 
  4.  
  5.         What you can find in this documant:
  6.  
  7.                 1. What is DDMAN?
  8.                 2. DDMAN command line parameters
  9.                 4. Requirements
  10.  
  11.  
  12.         1. What is DDMAN ?
  13.  
  14.                 This program emulates drive A: contains information
  15.                 from DiskDupe image file (*.DDI) by loading disk image
  16.                 to XMS and catching int 13h, then running program you
  17.                 specified.
  18.  
  19.         2. DDMAN command line parameters
  20.  
  21.                 DDM ddi_file.DDI [ command_to_run [command parameters...] ]
  22.  
  23.         where:
  24.  
  25.                 ddi_file        is DiskDupe image file
  26.  
  27.                 command_to_run  optional parameter, specifies
  28.                                 program name to execute while
  29.                                 emulating drive A: contains
  30.                                 files from ddi_file disk image.
  31.                                 Used COMMAND.COM if not specified
  32.  
  33.                 parameters      parameters passed to program
  34.                                 mentioned above
  35.  
  36.         for example:
  37.  
  38.                 DDM ai40#1 PKZIP -apr illus401 a:*.*
  39.  
  40.                 this will PKZIP files stored on Adobe Illustrator ver 4.0
  41.                 disk #1 (1.44mb), previously DiskDupe'd by someone to file
  42.                 AI40#1.DDI, temporary allocating 1.44mb of your XMS memory.
  43.  
  44.         4. Requirements
  45.  
  46.                 - XMS memory manager ver 2.0+ (such as HIMEM.SYS)
  47.